home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v10n12.arc / PRINTF.H < prev    next >
Text File  |  1991-05-30  |  143b  |  7 lines

  1. /* PRINTF.H */
  2.  
  3. BOOL open_display(char *appname);
  4. BOOL show_display(void);
  5. int printf(const char *fmt, ...);
  6. BOOL notepad(char far *s);
  7.